Skip to content

Upgrade Antlr4BuildTasks to 12.14.0 - #1245

Merged
paulirwin merged 1 commit into
apache:masterfrom
paulirwin:feature/antlr4buildtasks-12.14
Apr 11, 2026
Merged

Upgrade Antlr4BuildTasks to 12.14.0#1245
paulirwin merged 1 commit into
apache:masterfrom
paulirwin:feature/antlr4buildtasks-12.14

Conversation

@paulirwin

Copy link
Copy Markdown
Contributor
  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a change, please open an issue to discuss the change or find an existing issue.

Upgrade Antlr4BuildTasks to hopefully fix the transient issue downloading the antlr jar.

Fixes #1228

Description

The Expressions project occasionally fails to build due to failing to download the ANTLR jar from Maven Central. This is exacerbated on GitHub Actions where many builds are running in parallel.

Antlr4BuildTasks 12.13.0 includes my merged PR kaby76/Antlr4BuildTasks#107 which makes antlr.org (hosted by GitHub) the first probed host for downloading the jar, to help avoid Maven Central's throttling. This updates to the latest version 12.14.0 which includes a bug fix over 12.13.0.

@paulirwin
paulirwin merged commit e21c9b8 into apache:master Apr 11, 2026
211 checks passed
@paulirwin
paulirwin deleted the feature/antlr4buildtasks-12.14 branch April 11, 2026 03:31
@paulirwin paulirwin added the notes:ignore Don't show this PR in the Release Notes label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

notes:ignore Don't show this PR in the Release Notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expressions build occasionally fails due to Antlr4BuildTasks jar download

1 participant